home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 89 / PC Zone #089.7z / Dppcz0500.mdf / Essenti.als / Mplayer / mpfull.exe / RCDATA / CABINET / msdxddex.inf < prev    next >
Windows Setup INFormation  |  1999-04-15  |  2KB  |  74 lines

  1. ; MSDXDDEX.INF
  2. ;
  3. ; This is the Setup information file to install 
  4. ; Microsoft DirectDrawEx.
  5. ;
  6. ; Copyright (c) 1997 Microsoft Corporation
  7. ;
  8. [version]
  9. Signature="$CHICAGO$"
  10. SetupClass=BASE
  11. Provider=%MSFT%
  12. AdvancedInf=2.5
  13.  
  14. [SourceDisksNames]
  15. 1 = %DiskName%,,0
  16.  
  17. [SourceDisksFiles]
  18. ddrawex.dll=1
  19. msdxddex.inf=1
  20. ddexinst.exe=1
  21.  
  22. [DestinationDirs]
  23. copy.inf   = 17           ; LDID_INF
  24. copy.files = 11           ; LDID_SYS
  25. copy.setup = 11           ; LDID_SYS
  26.  
  27. [DefaultInstall]
  28. RequiredEngine=setupapi
  29. RunPostSetupCommands=RPSC
  30. CopyFiles=copy.files,copy.inf,copy.setup
  31. DelReg=del.reg
  32. AddReg=add.reg
  33.  
  34. [Uninstall]
  35. DelReg=del.reg
  36. DelFiles=copy.files,copy.inf,copy.setup
  37.  
  38. [Uninstall.NT]
  39. DelReg=del.reg
  40. DelFiles=copy.files,copy.inf,copy.setup
  41.  
  42. [RPSC]
  43. ddexinst.exe +,LaunchINFSectionEx,ddrawex.dll,Uninstall,12,22d6f312-b0f6-11d0-94ab-0080c74c7e95,
  44.  
  45. [copy.files]
  46. ddrawex.dll,,,97
  47.  
  48. [copy.inf]
  49. msdxddex.inf,,,33
  50.  
  51. [copy.setup]
  52. ddexinst.exe,,,97
  53.  
  54. [del.reg]
  55. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx
  56. HKCR,DirectDrawEx
  57. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}
  58. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA855-CC51-11CF-AAFA-00AA00B6015F}"
  59.  
  60. [add.reg]
  61. HKCR,DirectDrawEx,,,"DirectDrawEx Object"
  62. HKCR,DirectDrawEx\CLSID,,,{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}
  63. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D},,,"DirectDrawEx Object"
  64. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,,,ddrawex.dll
  65. HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,"ThreadingModel",,"Both"
  66. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"QuietDisplayName",,"Microsoft DirectDrawEx"
  67. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"UninstallString",,     "%11%\ddexinst.exe -,LaunchINFSectionEx,ddrawex.dll,Uninstall,1,22d6f312-b0f6-11d0-94ab-0080c74c7e95,"
  68. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"QuietUninstallString",,"%11%\ddexinst.exe -,LaunchINFSectionEx,ddrawex.dll,Uninstall,12,22d6f312-b0f6-11d0-94ab-0080c74c7e95,"
  69. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"RequiresIESysFile",,"4.71"
  70.  
  71. [Strings]
  72. DiskName = "Microsoft DirectDrawEx Installation Disk"
  73. MSFT     = "Microsoft"
  74.